home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release).as
Text File  |  2003-03-01  |  127b  |  8 lines

  1. on(release){
  2.    if(0 < _root.helibigMC.window)
  3.    {
  4.       _root.helibigMC.window -= 1;
  5.       _root.score += 500;
  6.    }
  7. }
  8.